//
// Copyright (c) 2009 All Right Reserved
//
// vl
//
// 2009-01-01
// Contains ...
namespace LargoBase.Notation {
///
/// Note Slur Type.
///
public enum NoteSlurType {
/// Note Slur Type.
None,
/// Note Slur Type.
Start,
/// Note Slur Type.
Stop
}
}